home *** CD-ROM | disk | FTP | other *** search
/ Interactive Media Design Review 1999 / Interactive Media Design Review 1999.iso / mac / files / IDSTART.DIR / 00009.ls < prev    next >
Encoding:
Text File  |  1999-04-29  |  268 b   |  14 lines

  1. global IDCDPath, bgmusic, demofolder
  2.  
  3. on exitFrame
  4.   set the exitLock to 1
  5.   if Mac() then
  6.     pathdel = ":"
  7.   else
  8.     pathdel = "\"
  9.   end if
  10.   demofolder = IDCDPath & "allfiles" & pathdel
  11.   bgmusic = demofolder & "opener.aif"
  12.   go("intro animation", "ID99MENU")
  13. end
  14.